div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

html,
body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	min-width: var(--content-width);
	font-family: "微软雅黑", Arial, "宋体";
	font-size: 16px;
	/* background: #fff; */
	-webkit-text-size-adjust: 100%;
}


a {
	text-decoration: none;
}

dl,
dt,
dd,
ol,
ul,
li {
	list-style: none;
}

:root {
	--content-width: 1200px;
}
.el-carousel{
	--el-carousel-arrow-background:rgba(0,0,0,0.5);
	--el-carousel-arrow-hover-background:rgba(0,63,152,0.5);
}

#app{
    background: url('https://itemall.oss-cn-shenzhen.aliyuncs.com/ahzl.msz315.com/f/image/20230211/1676085844_FCEFYYKnwa.png') bottom center no-repeat;
}

.header {
	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.header .content {
	width: var(--content-width);
	max-width: var(--content-width);
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
}

.header .content .search {
	display: flex;
	align-items: center;
	border: 1px solid #D1DCEB;
	border-radius: 6px;
	overflow: hidden;
}

.header .content .search .search-input {
	background: #F4F6F8;
	border-right-width: 0;
	display: flex;
	align-items: center;
	padding-right: 10px;
}

.header .content .search input {
	background: none;
	outline: none;
	border: none;
	line-height: 30px;
	padding: 0 8px;
}

.header .content .search input:focus {
	border: none;
}

.header .content .search button {
	background: #003F97;
	padding: 0 10px;
	line-height: 32px;
	margin: 0;
	border: none;
	outline: none;
	color: #fff;
}

.menu {
	background: #003f98;
}

.menu .list{
	width: var(--content-width);
	margin: auto;
	display: flex;
}

.menu .list .item {
	line-height: 50px;
	text-align: center;
	width: 127px;
	font-size: 18px;
	letter-spacing: 1px;
	position: relative;
}

.menu .item:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.menu .item a {
	color: #fff;
	display: block;
}

.menu .item .children {
	display: none;
	position: absolute;
	left: 0;
	padding: 5px 0;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 35px;
	background: #0077BB;
	z-index: 999;
}

.menu .item:hover .children {
	display: block;
}

.menu .item .children a {
	color: #fff;
}

.menu .item .children a:hover {
	background: #3388CC;
	color: #fff;
}


.news {
	width: var(--content-width);
	max-width: var(--content-width);
	border-top: 5px solid #074DA8;
	margin: -30px auto 0 auto;
	background: #fff;

	box-shadow: 0px 0px 22px 10px rgba(6, 0, 1, 0.08);
	padding: 30px;
	box-sizing: border-box;
}

.news content {}

.jpgc {
	width: var(--content-width);
	max-width: var(--content-width);
	margin: 47px auto 0 auto;
}

.gy{
	min-width: 700px;
}
.dbp {
	width: var(--content-width);
	max-width: var(--content-width);
	margin: 50px auto 20px auto;
	display: flex;
	height: 320px;
}

.zpzw{
	flex: 1;
	margin-left: 34px;
	background: #fff;
	box-shadow: 0px 5px 11px 2px rgb(6 0 1 / 8%);
	padding: 30px;
}

.zbgg {
	width: 600px;
	background: #fff;
	box-shadow: 0px 5px 11px 2px rgba(6, 0, 1, 0.08);
	padding: 30px;
}

.zbgg-t {
	flex: 1;
	display: flex;
}

.zbgg-t div {
	line-height: 20px;
	font-size: 21px;
	color: #8F8F8F;
	padding: 0 13px;
}

.zbgg-t div:not(:last-child) {
	border-right: 1px solid #8F8F8F;
}

.zbgg-t div.active{
	color: #07489E;
	font-weight: bold;
}

.xw{
	overflow: hidden;
}

.xw li span:nth-child(2){
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.footer{
	color: #fff;
}

.footer .lxwm{
	font-size: 16px;
	display: flex;
	margin: auto;
	width: var(--content-width);
	padding: 14px 15px;
	box-sizing: border-box;
}

.footer .lxwm .title{
	margin-bottom: 7px;
}

.footer .bqxx{
	font-size: 15px;
	text-align: center;
	color: #F3F3F3;
	margin: auto;
	width: var(--content-width);
}

.yqlj{
	position: relative;
	width: 214px;
	line-height: 35px;
}

.yqlj .yqlj-l{
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0;
	background-color: #f6f6f6;
	width: 100%;
}

.yqlj:hover .yqlj-l{
	display: block;
}

.yqlj:hover .yqlj-l a{
	color: #0c60d6;
	display: block;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.yqlj:hover .yqlj-l a:hover{
	color: #fff;
	background-color: #0c60d6;
}

.home-banner .el-carousel__indicators{
	bottom: 30px !important;
}

.d-l{
	display: flex;
	line-height: 23px;
}

.a1>*{
	line-height: 20px;
}

.bq{ color: #fff !important;}

.zb-rth+tr td>*{
	margin-top: 10px !important;
}

/**logininBox**/
.logininBoxLayer{ width: 1000px !important; height: 600px !important;}
.logininBox{ width: 1000px !important; height: 600px !important;background: #fff; position: relative;}
.logininBox img{ height: 100%; position: absolute; left: 0; top: 0; z-index:999 !important; }
.logininBox .loginCk{ width: 423px; height: 600px; background: #fff;position: absolute; right: 0; top: 0; }
.logininBox .tab{ width: 100%; height: 120px; line-height: 120px; margin-top: 50px; font-size: 32px; text-align: center; }
.logininBox .ckinput { width: 80%; margin-left: 10%;  }
.logininBox .ckinput .ckli{ border: 1px #e4e3f1 solid; width:100%; height: 36px; line-height: 36px; position: relative; margin-bottom: 20px;}
.logininBox .ckinput .ckli i{ color: #d7e0e7; font-size: 26px;display: inline-block; position: absolute; left: 8px; top:0;}
.logininBox .ckinput .ckli input{ border: 0px; display: inline-block; height: 36px; line-height: 36px; width: 87%; margin-left: 13%; }
.logininBox .ckinput .ckli input::placeholder{ color: #d0d0d0; }
.logininBox .ckinput .ckli #codeimg{position: absolute; right: 0 !important; left: auto !important; height: 36px !important; }
.logininBox .ckinput .ckli #mobile{width: 150px;}
.logininBox .ckinput .msg{ text-align: right;}
.logininBox .ckinput .msg a{ color: #074ca7;}
.logininBox .ckinput .msg2{ text-align: right; margin-top: 10px;}
.logininBox .ckinput .msg2 a{ color: #074ca7;}
.logininBox .ckinput .goCode{ width: 120px; height:36px; line-height: 36px; background: #074ca7; color: #fff; text-align: center;position: absolute; right: 0px; top:0;}
.logininBox .ckinput .butOks{ width: 100%; height:40px; line-height: 40px; background: #074ca7; color: #fff; border-radius: 5px; text-align: center; cursor: pointer; margin-top: 20px; font-size: 20px;}
.logininBox .ckinput .butOks:hover{  background: #074ca7; color: #fff; }
.logininBox .moremsg{ width: 100%; border-top: 1px #f1f1f1 solid; margin-top: 40px;}
.logininBox .moremsg .main{ width: 80%; margin-left: 10%; padding-top: 15px; color: #f1f1f1 !important;}
.logininBox .moremsg .main { width: 80%; margin-left: 10%; padding-top: 15px; color: #818181 !important;}


.zbggc{
	width: 100%;border-collapse: collapse;
}

.zbggc .zb-rth{
	border-bottom: 1px solid #8A8A8A;
}

.zbggc .zb-rth .el-image{
	width: 14px;height: 14px;vertical-align: middle;
}

.zbggc .zb-rth span{
	font-size: 15px;color: #4072C3;padding-left: 6px;vertical-align: middle;
}

.zbggc .lbgg .title{
	display: block;font-size: 15px;color: #4072C3;margin-top: 4px;background-color: #edf8fd;padding: 0 5px;line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.zbggc .lbgg .title:before{
	content: "•";
	color: #003f98;
	padding-right: 10px;
}

.zbggc .lbgg .title.j:before{
	content: "+";
}

.zbggc .lbgg .time{
	font-size: 14px;color: #333;margin-top: 4px;background-color: #edf8fd;padding: 0 5px;text-align: center;line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.zbggc .lbgg button{
	background-color: #1666e1;border: none;border-radius: 3px;padding: 0px 6px;line-height: 28px;margin-top: 4px
}

.gysbox{
	position: absolute;
	/*bottom: 51px;*/
	top: calc(100% + 70px);
	right: 0;
	background: rgba(255,255,255,0.8);
	padding: 30px 20px;
	z-index: 998;
	width: 200px;
	color: #0c67ae;
	font-size: 22px;
	border-radius: 12px;
}
.gysbox .hy .welcome{
	text-align: center;
	margin-bottom: 10px;
}

.gysbox .hy .but{
	display: flex;
	justify-content: space-around;
}

.gysbox .hy .but .login{
	border: 2px solid #0c67ae;
	background: #0c67ae;
	color: #fff;
	padding: 5px 30px;
	margin-right: 10px;
	border-radius: 8px;
	font-size: 18px;
}



.gysbox .hy .but .register{
	border: 2px solid #0c67ae;
	color: #0c67ae;
	padding: 5px 20px;
	border-radius: 8px;
	font-size: 18px;
}

.gysbox .cg .welcome{
	margin-bottom: 10px;
}

.gysbox .cg .but{
	display: flex;
	justify-content: flex-end;
}

.gysbox .cg .but .signout{
	border: 2px solid #0c67ae;
	color: #0c67ae;
	padding: 5px 20px;
	border-radius: 8px;
	font-size: 18px;
}

.gysbox .but div:hover{
	cursor:pointer;
	opacity: 0.9;
}

.newss{
	width: 20px;
	height: 20px;
	margin-right: 4px;
	transform: translateY(-1px);

}
.newsDt2 .hotnav .newsTxt{
	position: relative;
}
.rddgi{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px !important;
	top: 13px;
}



.none{
	display: none;
}